Welcome![Sign In][Sign Up]
Location:
Search - source code for a web browser

Search list

[WEB Codezmd_daohang_v2.0

Description: 咱们的网址导航站 1、可自由修改发布 2、不可发布用于非法网站 3、后台:/admin/ 帐号和密码:admin 4、数据库链接文件:/conn.asp、/admin/conn.asp、/s/db.asp 、/alexa/conn.asp 5、后台请使用IE浏览器兼容模式浏览,否则可能导致左侧不可用,就这一问题我们将继续改进 6、网站模板可根据需要进行自由修改 7、源码中页面最下方有站长统计代码,可将其修改 8、部分功能和界面,我们将进一步修正 v2.0更新:20120408 1、增加更新网站分类的添加、修改、删除等功能 2、前台增加留言功能,管理员可自查留言进行审核收录网站 3、增加自动生成首页功能 4、增加网站来路功能 5、修正了部分小地方-Our web site navigation station 1 can be freely modified release 2 can not be released for the illegal websites 3, the background :/ admin/username and password: admin 4, the database link file :/ conn.asp/admin/conn.asp,/s/db.asp,/alexa/conn.asp 5, background use the IE browser compatibility mode browser, or it may lead to the left side is not available, we will continue to improve on this issue 6, site templates are free to modify as needed 7, the source page below the owners statistical code can be amended 8, some of the features and interface, we will be further amended v2.0 update: 20,120,408 1, increasing to update the site classification to add, modify, and delete functions 2, the front to increase the message audit included site administrator can self-examination and a message 3, increasing automatically generated home page 4, increase website origin Fixed some small places
Platform: | Size: 4911104 | Author: 曹晨业 | Hits:

[WEB Codemootools-core-1.3.2-full-compat

Description: MooTools是一个简洁,模块化,面向对象的开源JavaScript web应用框架。它为web开发者提供了一个跨浏览器js解决方案。在处理js css html时候。它提供了一个比普通js更面向对象的document API。 优点:: 1.灵活,模块化的框架,用户可以选择自己需要的组件。 2.MooTools符合OO的思想,使代码更强壮,有力,有效。 3.高效的组件机制,可以和flash进行完美的交互。 4.对于DOM的扩展增强,使开发者更好的利用document-MooTools is a simple, modular, object-oriented open source web JavaScript application framework. It provides a cross browser JS solution for web developers. In dealing with CSS HTML js. It provides a more object-oriented API document than ordinary js. Advantages:: 1 flexible, modular framework, the user can choose the components they need. 2.MooTools in accordance with the idea of OO, so that the code is more robust, powerful and effective. 3 efficient component mechanisms, and flash can be a perfect interaction. 4 for the expansion of DOM enhanced, so that the developer better use of document
Platform: | Size: 36864 | Author: zzpudn58 | Hits:

[WEB Codewordpress54ux_v1.0

Description: 软件介绍 主题介绍: 54UX V1是由wordpress教程网出品的博客主题,主题以灰色风格为主,结合了bootstrap框架开发,主题参考了一些网上开源的主题,同时也免费开放给大家使用。主题在>IE7.0,chrome以上浏览器测试通过,如果有什么使用问题大家可以留言。 主题使用: 所需插件:wordpress文章浏览量统计插件WP-PostViews 1、主题后台提供了网站关键字、网站描述、统计代码等设置选项。 2、支持小工具,主题后台提供了首页小工具设置与文字小工具设置。-Software introduction Topic introduction: 54UX V1 is produced by a WordPress tutorial web blog theme, theme is mainly based on the grey style, combined with the bootstrap framework for the development of theme with reference to the theme of some online open source, and free and open to everyone. Theme in >IE7.0, Chrome browser test passed, if you have any questions we can leave a message. Subject use: The required plug-ins: WordPress articles browsing statistics plug-in WP-PostViews 1, the theme of the background provides the site keywords, website description, statistical code and other settings options. 2, support for a small tool, the theme of the background provides a set of widgets and text.
Platform: | Size: 150528 | Author: MByase | Hits:

[.netCallbackEventHandler

Description: ICallbackEventHandler接口无刷新源码 功能介绍: 在 ASP.NET 网页的默认模型中,用户会与页交互,单击按钮或执行导致回发的一些其他操作。此时将重 新创建页及其控件,并在服务器上运行页代码,且新版本的页被呈现到浏览器。但是,在有些情况下,需 要从客户端运行服务器代码,而不执行回发。如果页中的客户端脚本维护一些状态信息(例如,局部变量值) ,那么发送页和获取页的新副本就会损坏该状态。此外,页回发会导致处理开销,这会降低性能,且会让用户 不得不等待处理并重新创建页。 可以使用ICallbackEventHandler接口,使其能执行客户端回调。在客户端回调中。 源码使用了列举了几个demo示例,对学习着很有帮助 注意: 开发环境为Visual Studio 2010 -ICallbackEventHandler interfaces without refresh sourceFeatures: In the default model ASP.NET Web page, the user will interact with the page, click the button or perform some other action cause postback. The weightCreate a new page and its controls, and run the code page on the server, and the new version of the page is rendered to the browser. However, in some cases, the needRun server code the client without performing a postback. If the client script page maintains some state information (for example, local variable values)Then send pages and obtain a new copy of the page will damage the state. In addition, the page was posted back will lead to processing overhead that can degrade performance and let usersWe have to wait for processing and re-create the page. You can use ICallbackEventHandler interface so that it can perform client callbacks. In a client callback. Use the source cited several demo examples of helpful learningnote: Development environment for Visual Studio 2010
Platform: | Size: 2048 | Author: 喻磊 | Hits:

[androidSoftBrowser

Description: 带进度条简易浏览器源码主要使用了安卓的WebView控件,另外还实现了网页加载进度条,可以实现浏览器内的前进后退。半透明菜单使用的popwindow弹出菜单,另外项目中还有一个背景更换的功能的实现代码,但是不知道什么原因在我手机上没有效果。项目不大,注释比较丰富。很适合新手学习安卓的WebView控件的使用。-Progress bar simple browser source code of the main use of Android WebView control, in addition to achieve a web page loading progress bar, you can achieve forward and backward within the browser. popwindow translucent menu using the pop-up menu, in addition to the project also has a background replacement function implementation code, but do not know why I m on the phone to no avail. The project is not big, rich annotation. It is suitable for beginners learning to use Android s WebView control.
Platform: | Size: 3290112 | Author: Grey | Hits:

[WEB CodeZhuazhi_ACCESS

Description: 抓址网新版的源码,风格类似114la,增加了来路排行,全站改成了静态化页面,更利于SEO,速度更多! 1.本网站程序为免费版,程序完全由我们抓址网自己开发 2.采用asp+access的网站模式,简单、易操作,适合各类人群 3.前台全部div+css设计,HTML代码简洁规范通过W3C,方便SEO,快照天天 4.容目前所有主流浏览器,ie6+,Chrome,火狐,Opera,Safari等 5.根目录下有个调试工具.exe,就可以直接运行查看网站了 6.后台地址http://www.xxx.com/admin,用户名和密码都是admin-Grasp the source site nets version of the style similar to 114la, increased the total ranking into the antecedents, static pages, more conducive to SEO, more speed! 1 this site is free version of the program, the program is entirely by the development of our own web site 2 asp+access site model, simple, easy to operate, suitable for all types of people 3 front all div+css design, HTML code concise specification through W3C, convenient SEO, snapshot every day 4. All current mainstream browser, ie6+, Chrome, Opera, Safari, Firefox, etc. 5 directory has a debugging tool.Exe, you can directly run to view the site 6 background address http://www.xxx.com/admin, user name and password are admin
Platform: | Size: 2630656 | Author: liuhongrui | Hits:
« 1 2 3»

CodeBus www.codebus.net